home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / shazam11.zip / DEMOE1.DEF < prev    next >
Text File  |  1991-11-04  |  2KB  |  35 lines

  1. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  2. @@ Define menu structure for "drop-in" editor (File, Edit, Search)
  3. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  4.  
  5. [SUBMENU] file                         ;;file management commands (open, save, etc)
  6. Open...    f3                        ;;locate and open a file in an Edit window
  7. New        f4                        ;;create a new file in a new Edit window
  8. Save       f2                        ;;save the file in the active Edit window
  9. 'Save ~a~s...'                       ;;save file under a different name, directory, or drive
  10. [NEWLINE]
  11. 'Change dir...'                      ;;choose a new default directory
  12.  
  13. [SUBMENU] edit                         ;;cut-and-paste editing commands
  14. Undo                                 ;;cancel changes to the current line
  15. [NEWLINE]
  16. Cu~t~    Shift-Del                   ;;remove selected text, place in Clipboard
  17. Copy     Ctrl-Ins                    ;;copy selected text into Clipboard
  18. Paste    Shift-Ins                   ;;Insert text from Clipboard at cursor position
  19. 'Show clipboard'                     ;;open the Clipboard window
  20. [NEWLINE]
  21. C~l~ear   Ctrl-Del                   ;;delete selected text
  22.  
  23. [SUBMENU] search                       ;;text search-and-replace commands
  24. Find...                              ;;search for text
  25. Replace...                           ;;search for text and replace it with new text
  26. 'Search again'                       ;;repeat the last Find or Replace command
  27.  
  28. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  29.  
  30. [STATUS]
  31. f1 help
  32. f2 save
  33. f3 open
  34. f10 menu
  35. alt-x exit cmQuit